packed Struct
Add 'packed' attribute to generated structs.
Note: this cannot be used on CPUs that break on unaligned
accesses to variables.
Content copied to clipboard
optional bool packed_struct = 5 [default = false];
Add 'packed' attribute to generated structs.
Note: this cannot be used on CPUs that break on unaligned
accesses to variables.
optional bool packed_struct = 5 [default = false];